introduce GtkModelMenuItem
authorRyan Lortie <desrt@desrt.ca>
Fri, 2 Dec 2011 01:39:11 +0000 (20:39 -0500)
committerRyan Lortie <desrt@desrt.ca>
Mon, 19 Dec 2011 17:51:09 +0000 (12:51 -0500)
commit612e24dfc6fcd93c0b02db7ccffe51fd31cc247b
tree90eb586d454e6e8ee73c09bd34d0b5561f017fc0
parentecfdb834c9e06a7f4e20d5273901f73819977c87
introduce GtkModelMenuItem

This GtkMenuItem subclass (and GActionObserver implementation) contains
all the knowledge necessary for converting a GMenuModel item description
into a GtkMenuItem.

Remove much of the code that used to do this from
gtkapplicationwindow.c.
gtk/Makefile.am
gtk/gtkapplicationwindow.c
gtk/gtkmodelmenuitem.c [new file with mode: 0644]
gtk/gtkmodelmenuitem.h [new file with mode: 0644]